PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DProjection Class


In This Topic
    PDF3DProjection Class Methods
    In This Topic

    For a list of all members of this type, see PDF3DProjection members.

    Public Methods
     NameDescription
    Public MethodGets the clipping style.  
    Public MethodGets the COS 3D projection.  
    Public MethodGets the far clipping distance. The value is meaningful only if method returns PDF3DProjectionClippingStyle.EXPLICIT_NEAR_FAR.  
    Public MethodGets the field of view. This value is meaningful only if method returns PDF3DProjectionType.PERSPECTIVE.  
    Public MethodGets the near clipping distance. This value is meaningful only if method returns PDF3DProjectionClippingStyle.EXPLICIT_NEAR_FAR or if method returns PDF3DProjectionType.PERSPECTIVE.  
    Public MethodGets the ortographic scale strategy.  
    Public MethodGets the scaling used when projecting the 3D artwork.  
    Public MethodGets the type of projection.  
    Public MethodSets the clipping style.  
    Public MethodSets the far clipping distance. The clippingDistance is meaningful only if method returns PDF3DProjectionClippingStyle.EXPLICIT_NEAR_FAR.  
    Public MethodSets the field of view. This value is meaningful only if method returns PDF3DProjectionType.PERSPECTIVE.  
    Public MethodSets the near clipping distance. This value is meaningful only if method returns PDF3DProjectionClippingStyle.EXPLICIT_NEAR_FAR or if method returns PDF3DProjectionType.PERSPECTIVE. The value must be non-negative for orthographic projections and positive for perspective projections.  
    Public MethodSets the ortographic scale strategy.  
    Public MethodSets the scaling used when projecting the 3D artwork.  
    Public MethodSets the type of projection.  
    Top
    See Also